home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / CMCD0404.ISO / Software / Shareware / Programare / golden / goldensetup57420.exe / {app} / Golden32.exe / 0 / RCDATA / TSQLBUILDER / TSQLBUILDER.txt
Encoding:
Text File  |  2004-03-08  |  10.6 KB  |  372 lines

  1. object SQLBuilder: TSQLBuilder
  2.   Left = 571
  3.   Top = 110
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   ClientHeight = 539
  7.   ClientWidth = 296
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   OnCreate = FormCreate
  16.   OnDestroy = FormDestroy
  17.   OnResize = FormResize
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Panel1: TPanel
  22.     Left = 0
  23.     Top = 0
  24.     Width = 296
  25.     Height = 28
  26.     Align = alTop
  27.     AutoSize = True
  28.     BevelOuter = bvNone
  29.     BorderWidth = 2
  30.     BorderStyle = bsSingle
  31.     ParentShowHint = False
  32.     ShowHint = True
  33.     TabOrder = 0
  34.     object RzButton1: TRzButton
  35.       Left = 6
  36.       Top = 3
  37.       Width = 18
  38.       Height = 18
  39.       Hint = 'Insert a Comma'
  40.       Caption = ','
  41.       HotTrack = True
  42.       TabOrder = 0
  43.       OnClick = CommaButtonClick
  44.     end
  45.     object RzButton2: TRzButton
  46.       Left = 30
  47.       Top = 3
  48.       Width = 18
  49.       Height = 18
  50.       Hint = 'Insert a Space'
  51.       Caption = '_'
  52.       HotTrack = True
  53.       TabOrder = 1
  54.       OnClick = SpaceButtonClick
  55.     end
  56.     object RzButton3: TRzButton
  57.       Left = 54
  58.       Top = 3
  59.       Width = 18
  60.       Height = 18
  61.       Hint = 'Insert a single quote'
  62.       Caption = #39
  63.       HotTrack = True
  64.       TabOrder = 2
  65.       OnClick = QuoteButtonClick
  66.     end
  67.     object RzMenuButton1: TRzMenuButton
  68.       Left = 77
  69.       Top = 2
  70.       Width = 81
  71.       Height = 20
  72.       Alignment = taLeftJustify
  73.       Caption = 'SQLBuilder'
  74.       HotTrack = True
  75.       TabOrder = 3
  76.       DropDownMenu = PopupMenu2
  77.     end
  78.   end
  79.   object Panel3: TPanel
  80.     Left = 0
  81.     Top = 28
  82.     Width = 296
  83.     Height = 3
  84.     Align = alTop
  85.     BevelOuter = bvNone
  86.     TabOrder = 1
  87.   end
  88.   object RzSplitter1: TRzSplitter
  89.     Left = 0
  90.     Top = 31
  91.     Width = 296
  92.     Height = 508
  93.     Orientation = orVertical
  94.     Position = 147
  95.     Percent = 29
  96.     SplitterStyle = ssGroove
  97.     SplitterWidth = 6
  98.     UseGradients = True
  99.     Align = alClient
  100.     TabOrder = 2
  101.     BarSize = (
  102.       0
  103.       147
  104.       296
  105.       153)
  106.     UpperLeftControls = (
  107.       SQLStrings)
  108.     LowerRightControls = (
  109.       RzSplitter2)
  110.     object SQLStrings: TStringGrid
  111.       Left = 0
  112.       Top = 0
  113.       Width = 296
  114.       Height = 147
  115.       Align = alClient
  116.       ColCount = 2
  117.       DefaultRowHeight = 20
  118.       FixedCols = 0
  119.       RowCount = 20
  120.       FixedRows = 0
  121.       Options = [goDrawFocusSelected, goThumbTracking]
  122.       TabOrder = 0
  123.       OnClick = SQLStringsClick
  124.       OnDblClick = SQLStringsDblClick
  125.       OnEnter = SQLStringsEnter
  126.       OnExit = SQLStringsExit
  127.       OnKeyPress = SQLStringsKeyPress
  128.       OnMouseWheelDown = SQLStringsMouseWheelDown
  129.       OnMouseWheelUp = SQLStringsMouseWheelUp
  130.       ColWidths = (
  131.         143
  132.         128)
  133.     end
  134.     object RzSplitter2: TRzSplitter
  135.       Left = 0
  136.       Top = 0
  137.       Width = 296
  138.       Height = 355
  139.       Orientation = orVertical
  140.       Position = 190
  141.       Percent = 54
  142.       SplitterStyle = ssGroove
  143.       SplitterWidth = 6
  144.       UseGradients = True
  145.       Align = alClient
  146.       TabOrder = 0
  147.       BarSize = (
  148.         0
  149.         190
  150.         296
  151.         196)
  152.       UpperLeftControls = (
  153.         ObjectPages
  154.         TreeSearchBtnEdit)
  155.       LowerRightControls = (
  156.         FieldsListView)
  157.       object ObjectPages: TPageControl
  158.         Left = 0
  159.         Top = 0
  160.         Width = 296
  161.         Height = 169
  162.         ActivePage = UserObjects
  163.         Align = alClient
  164.         TabOrder = 0
  165.         OnChange = ObjectPagesChange
  166.         OnChanging = ObjectPagesChanging
  167.         object UserObjects: TTabSheet
  168.           Caption = 'User Objects'
  169.           object UserObjectVTree: TVirtualStringTree
  170.             Left = 0
  171.             Top = 0
  172.             Width = 288
  173.             Height = 141
  174.             Align = alClient
  175.             DefaultNodeHeight = 15
  176.             Header.AutoSizeIndex = 0
  177.             Header.Font.Charset = DEFAULT_CHARSET
  178.             Header.Font.Color = clWindowText
  179.             Header.Font.Height = -11
  180.             Header.Font.Name = 'MS Sans Serif'
  181.             Header.Font.Style = []
  182.             Header.MainColumn = -1
  183.             Header.Options = [hoColumnResize, hoDrag]
  184.             IncrementalSearch = isInitializedOnly
  185.             IncrementalSearchTimeout = 750
  186.             Indent = 16
  187.             ParentBackground = False
  188.             PopupMenu = PopupMenu1
  189.             TabOrder = 0
  190.             TreeOptions.MiscOptions = [toAcceptOLEDrop, toFullRepaintOnResize, toInitOnSave, toWheelPanning]
  191.             TreeOptions.SelectionOptions = [toRightClickSelect]
  192.             OnDblClick = VTreeDblClick
  193.             OnFocusChanged = VTreeFocusChanged
  194.             OnKeyDown = VTreeKeyDown
  195.             Columns = <>
  196.           end
  197.         end
  198.         object AllObjects: TTabSheet
  199.           Caption = 'All Objects'
  200.           object AllObjectVTree: TVirtualStringTree
  201.             Left = 0
  202.             Top = 0
  203.             Width = 288
  204.             Height = 141
  205.             Align = alClient
  206.             DefaultNodeHeight = 15
  207.             Header.AutoSizeIndex = 0
  208.             Header.Font.Charset = DEFAULT_CHARSET
  209.             Header.Font.Color = clWindowText
  210.             Header.Font.Height = -11
  211.             Header.Font.Name = 'MS Sans Serif'
  212.             Header.Font.Style = []
  213.             Header.MainColumn = -1
  214.             Header.Options = [hoColumnResize, hoDrag]
  215.             IncrementalSearch = isVisibleOnly
  216.             IncrementalSearchTimeout = 750
  217.             Indent = 16
  218.             ParentBackground = False
  219.             PopupMenu = PopupMenu1
  220.             TabOrder = 0
  221.             TreeOptions.MiscOptions = [toFullRepaintOnResize, toInitOnSave, toWheelPanning]
  222.             TreeOptions.SelectionOptions = [toRightClickSelect]
  223.             OnDblClick = VTreeDblClick
  224.             OnFocusChanged = VTreeFocusChanged
  225.             OnKeyDown = VTreeKeyDown
  226.             Columns = <>
  227.           end
  228.         end
  229.         object DictObjects: TTabSheet
  230.           Caption = 'DictObjects'
  231.           object DictObjectVTree: TVirtualStringTree
  232.             Left = 0
  233.             Top = 0
  234.             Width = 288
  235.             Height = 141
  236.             Align = alClient
  237.             DefaultNodeHeight = 15
  238.             Header.AutoSizeIndex = 0
  239.             Header.Font.Charset = DEFAULT_CHARSET
  240.             Header.Font.Color = clWindowText
  241.             Header.Font.Height = -11
  242.             Header.Font.Name = 'MS Sans Serif'
  243.             Header.Font.Style = []
  244.             Header.MainColumn = -1
  245.             Header.Options = [hoColumnResize, hoDrag]
  246.             IncrementalSearch = isInitializedOnly
  247.             IncrementalSearchTimeout = 750
  248.             Indent = 16
  249.             ParentBackground = False
  250.             PopupMenu = PopupMenu1
  251.             TabOrder = 0
  252.             TreeOptions.MiscOptions = [toAcceptOLEDrop, toFullRepaintOnResize, toInitOnSave, toWheelPanning]
  253.             TreeOptions.SelectionOptions = [toRightClickSelect]
  254.             OnDblClick = VTreeDblClick
  255.             OnFocusChanged = VTreeFocusChanged
  256.             OnKeyDown = VTreeKeyDown
  257.             Columns = <>
  258.           end
  259.         end
  260.       end
  261.       object TreeSearchBtnEdit: TRzButtonEdit
  262.         Left = 0
  263.         Top = 169
  264.         Width = 296
  265.         Height = 21
  266.         Align = alBottom
  267.         CharCase = ecUpperCase
  268.         TabOrder = 1
  269.         OnKeyDown = TreeSearchBtnEditKeyDown
  270.         OnKeyPress = TreeSearchEditKeyPress
  271.         AltBtnGlyph.Data = {
  272.           DE000000424DDE0000000000000076000000280000000D0000000D0000000100
  273.           0400000000006800000000000000000000001000000000000000000000000000
  274.           BF0000BF000000BFBF00BF000000BF00BF00BFBF0000C0C0C000808080000000
  275.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  276.           7000777777777777700077770000077770007777066607777000777706660777
  277.           7000777706660777700070000666000070007706666666077000777066666077
  278.           7000777706660777700077777060777770007777770777777000777777777777
  279.           7000}
  280.         ButtonGlyph.Data = {
  281.           DE000000424DDE0000000000000076000000280000000D0000000D0000000100
  282.           0400000000006800000000000000000000001000000000000000000000000000
  283.           BF0000BF000000BFBF00BF000000BF00BF00BFBF0000C0C0C000808080000000
  284.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  285.           7000777777777777700077777707777770007777706077777000777706660777
  286.           7000777066666077700077066666660770007000066600007000777706660777
  287.           7000777706660777700077770666077770007777000007777000777777777777
  288.           7000}
  289.         AltBtnNumGlyphs = 1
  290.         ButtonNumGlyphs = 1
  291.         AltBtnKind = bkCustom
  292.         ButtonKind = bkCustom
  293.         AltBtnShortCut = 8205
  294.         ButtonShortCut = 13
  295.         AltBtnVisible = True
  296.         OnAltBtnClick = TreeSearchEditAltBtnClick
  297.         OnButtonClick = TreeSearchEditBtnClick
  298.       end
  299.       object FieldsListView: TListView
  300.         Left = 0
  301.         Top = 0
  302.         Width = 296
  303.         Height = 159
  304.         Align = alClient
  305.         Columns = <
  306.           item
  307.             Caption = '#'
  308.           end
  309.           item
  310.             Caption = 'Name'
  311.           end>
  312.         ReadOnly = True
  313.         RowSelect = True
  314.         PopupMenu = PopupMenu3
  315.         TabOrder = 0
  316.         ViewStyle = vsReport
  317.         OnClick = FieldsListViewClick
  318.         OnColumnClick = FieldsListViewColumnClick
  319.         OnColumnRightClick = FieldsListViewColumnRightClick
  320.         OnCompare = FieldsListViewCompare
  321.         OnContextPopup = FieldsListViewContextPopup
  322.         OnDblClick = FieldsListViewDblClick
  323.         OnKeyPress = FieldsListViewKeyPress
  324.       end
  325.     end
  326.   end
  327.   object PopupMenu1: TPopupMenu
  328.     AutoHotkeys = maManual
  329.     OnPopup = PopupMenu1Popup
  330.     Left = 18
  331.     Top = 55
  332.   end
  333.   object PopupMenu2: TPopupMenu
  334.     Left = 57
  335.     Top = 55
  336.     object Refresh1: TMenuItem
  337.       Caption = 'Refresh'
  338.       OnClick = Refresh1Click
  339.     end
  340.     object Options1: TMenuItem
  341.       Caption = 'Options...'
  342.       OnClick = Options1Click
  343.     end
  344.     object N3: TMenuItem
  345.       Caption = '-'
  346.     end
  347.     object StopLoading1: TMenuItem
  348.       Caption = 'Stop Loading'
  349.       OnClick = StopLoading1Click
  350.     end
  351.   end
  352.   object PopupMenu3: TPopupMenu
  353.     Left = 97
  354.     Top = 55
  355.     object Pastecommalistofcolumnsintocurrenttab1: TMenuItem
  356.       Caption = 'Paste comma list of columns into current tab'
  357.       OnClick = Pastecommalistofcolumnsintocurrenttab1Click
  358.     end
  359.     object Pasteformattedcolumnlistintocurrenttab1: TMenuItem
  360.       Caption = 'Paste formatted column list into current tab'
  361.       OnClick = Pasteformattedcolumnlistintocurrenttab1Click
  362.     end
  363.     object N1: TMenuItem
  364.       Caption = '-'
  365.     end
  366.     object Putcommalistofcolumnsontoclipboard1: TMenuItem
  367.       Caption = 'Put comma list of columns onto clipboard'
  368.       OnClick = Putcommalistofcolumnsontoclipboard1Click
  369.     end
  370.   end
  371. end
  372.